home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / strtup15.arc / STARTUP.INF < prev    next >
Text File  |  1988-03-31  |  1KB  |  33 lines

  1. res medium            ; Use meduim res when booting in color
  2.   if ($res == high) then
  3.     graphics 22 c:\boot\title.pi3      ; Display the Opening Screen
  4.   else                  ; if color screen, set up colors
  5.     color 0 007           ; set background to blue including border
  6.     color 3 777           ; set foreground to white
  7.   endif
  8. cursor on
  9. setdesktop            ; Select desktop file based on screen res
  10. ; display on
  11. ; d:\rtx\rtxboot.prg        ; Micro RTX kernal
  12. c:\boot\diskfree.prg        ; Speed up disk free information
  13. c:\boot\foldr200.prg        ; Set max folders to 200
  14. c:\boot\new_fsel.prg        ; Universal Item Selector
  15. c:\boot\hdaccel.prg        ; Hard Disk Accellorator
  16. if ($shift == "on") then
  17.   e:\etc\rtxboot.prg        ; Load Micro RTX kernal
  18. endif
  19. if ($control == "off") then
  20.   d:\utility\ramdisk.prg    ; Load 360K ramdisk as drive M:
  21. endif
  22. if ($alt == "off") then
  23.   cd c:\printer
  24.   c:\printer\diab630.prg    ; Laser Printer Emulator
  25. endif
  26. echo
  27. display off
  28. echo The date is $date and the time is $time
  29. cat c:\lastdate         ; show last time on system
  30. echo Last time on was $date2 at $time1 > c:\lastdate
  31.                 ; update last time on system
  32. resetcolors
  33.